RedirectUri

data class RedirectUri(val clientId: URI) : Client(source)

Constructors

Link copied to clipboard
constructor(clientId: URI)

Properties

Link copied to clipboard
Link copied to clipboard
open val id: VerifierId

The id of the client prefixed with the client id prefix.

Functions

Link copied to clipboard
fun Client.legalName(legalName: X509Certificate.() -> String? = X509Certificate::legalName): String?

Gets the legal name of this Client.